home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global choice, moviedur, movieName
- puppetSound("click down")
- set start to the castNum of sprite the clickOn
- repeat with variable = 1 to 1
- set wait to the ticks + 1
- updateStage()
- repeat while the ticks < wait
- end repeat
- end repeat
- repeat while the stillDown
- end repeat
- puppetSound("click up")
- set start to the castNum of sprite the clickOn
- repeat with variable = 1 to 1
- set wait to the ticks + 1
- updateStage()
- repeat while the ticks < wait
- end repeat
- end repeat
- set the timeoutScript to "timeoutProcedure"
- startmytimer(moviedur / 60)
- set movieName to "roujin3.mov"
- set moviedur to the duration of cast movieName
- go("roujin3")
- end
-